lcEntScale Home

Changes the size of specified graphic object: i.e. scales it.

 BOOL lcEntScale (
   HANDLE hEntity,
   double X0,
   double Y0,
   double Scale
 );

Parameters
hEntity
  Handle to a graphic object.
X0 Y0
  Coordinates of base point for the scale operation.
Scale
  Scale coefficient. For example, a scale value of 0.5 will diminish the size by half. A scale value of 2.0 will enlarge to 200% of original size. Negative value is ignored.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcBlockSelScale